Issue | Bug report (if any) | Description | Who works on it? | Status |
Song gets repeated (shuffled playlist) | 1211631 | It seems as if songs are sometimes repeated in a playlist | | Not fixed |
16th MP3 File repeats | 949268 | The mpeg thread can't properly deal with the situation when the tag buffer is filled before the audio buffer is | | Investigate |
Corrupt files using time split feature | 937100 | The time split seems to not always split at frame boundaries | | Investigate |
Recording generates bad / corrupt mp3 files | 1152291 | Corrupt files during recording, possibly related to splitting | | Investigate |
Splitedit: Disc full Handling | 1061652, 1061653 | The split editor doesn't handle disk errors very well, and can't be interrupted | PhilippPertermann | bugfix in patchtracker |
Ondio Bookmark on Stop, and Resume on start | 1116069 | It seems as if the Ondio has problems with the soft shutdown | | Investigate |
The tag database is in a sorry state | | The tag database support needs brushing up. The search plugins need to be documented and made more user friendly. | | Improved |
Panics may leave the hard drive on | | We should try to disable the hard drive when panic()ing, so the batteries aren't drained. Perhaps a timeout and a shutdown? | | Investigate |
Soft poweroff problems | | Two problems: (1) Soft poweroff will lock up if it kicks in within an event loop that doesn't use the default handler. There is no way to shutdown a player without hardware override after this except after resetting it first. (2) Soft poweroff will try to spinup the harddrive indefinitely when failing to save the settings in a low battery state, until the unit eventually shuts down from empty batteries. | | Not fixed |
Xing header generation | | Prerecording and long recordings generate xing headers with incomplete data. File splitting doesn't add xing headers. | JensArnold | Partially fixed. |
Sleep & wakeup anomalies | 802846 | The Sleep and wakeup timers can't be used at the same time | | Not critical |
Key Lock does not work in Upside down mode | 947348 | The F1+UP combination doesn't work on the Recorder, so we should find a better combination for key locking | | Not critical |
"repeat"and "shuffle" need change for german language | 1009557 | The quick screens don't handle long strings very well | | Not critical |
Layout issues in the "info" screen | 892624 | The "info" screen should probably handle larger fonts in a better way | | Not critical |
The runtime database is in an even sorrier state | | This is subject for not being included/supported in the release due to no docs and thus no users. | | Release as-is |
problem with win_crox0c.fnt, while others are fine | 1064280,1170808 | The win_crox0c font apparently has some problems with the char mapping
This was fixed by the recent convbdf patch | | Fixed |
Code size problem | | Rockbox has grown so big that the fmrecorder and recorderv2 builds don't fit within the 200KB limit (with gcc 3.3.6 they do fit, but very tight) | | Fixed |
NULL pointer accesses in mpeg.c | | The archos playback code in mpeg.c causes a NULL pointer access on trackchange. This happens in transfer_end(), mpeg.c (cvs version 1.336: line 844). | | Fixed |
WPS update and parsing problems | 1264133 | The WPS apparently has issues parsing bitmap tags, and possibly also drawing issues | | Fixed |
File size display when prerecording | | With prerecording on, the recorded file size display in the recording screen is wrong. It shows the # bytes transferred from the MAS instead. | | Fixed |
Recording beep seems to disturb recording | | The recording beep seems to disturb recording while it shouldn't; especially noticeable with prerecording. | | Fixed |
WPS conditionals | | The %F WPS conditionals don't work as expected since the enum change | | Fixed |